/* General*/
.fw-400{
    font-weight: 400;
}
.color-green {
    color: #0da574;
}

.dtr-vert-border, .dtr-line-feature-img {
    border-color: #eee;
}
.border-light-green {
    border-color: #b6e4d5 !important;
}
.dtr-vert-border {
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    border-width: 0 0 0 2px;
    border-style: solid;
    z-index: -1;
}
.dtr-overlay-green {
    background-color: rgba(13, 165, 116, .6);
}
.dtr-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.hero-svg-bg-absolute {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.dtr-section-with-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-light-green {
    background-color: #b6e4d5 !important;
}
.dtr-styled-divider {
    position: relative;
    width: 5px;
    height: 3px;
    margin-left: 40px;
}
.divider-center {
    margin: 0 auto;
}
.dtr-styled-divider::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    width: 35px;
    height: 3px;
    background-color: inherit;
}
.dtr-styled-divider::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 35px;
    height: 3px;
    background-color: inherit;
}

.enter-y.s-scroll {
    opacity: 1;
    transform: translate(0)!important;
}
.enter-y.delay-5 {
    transition-delay: 1.0s !important;
}
.enter-y {
    opacity: 1;
    transform: translate(0);
}
.enter-y {
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    -webkit-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero__scroll {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.hero__scroll span.text {
    -webkit-transform: rotate(90deg) translateY(0px);
    transform: rotate(90deg) translateY(0px);
    letter-spacing: 6px;
    font-size: 8px;
    color: #00E2BE;
    position: relative;
    top: -5px;
    margin-bottom: 35px;
}
.hero__scroll span.icon svg {
    width: 30px;
    height: 40px;
}
.hero__scroll a, .hero__scroll span {
    display: block;
}
/* 01 Header */
.header-home{
    background-color: #fff;
    position: absolute;
}   
    .header-six .logo img{
        max-width: 110px;
    }
    .header-six .logo a h5{
        color: #0da574;
    } 
    .header-six .main-menu .navigation li a {
        font-weight: 400;
    }
    .header-six .main-menu .navigation li.curren a {
        color: #0da574;
    }
/* 07. Hero Section */
.hero-section-six{
    background-image: url(/image/hero-bg2.jpg);
}
    .hero-section-six .container{
        position: relative;
        z-index: 99;
    }
    .hero-section-six .hero-six-images{
        top: 50px;
    } 
    .hero-section-six .hero-content-six .sub-title, 
    .hero-section-six .hero-content-six h1,
    .hero-section-six .hero-content-six p {
        color: #fff;
    }
/* section what we do */
/* .what-we-do-two .feature-item-two h4{
    min-height: 56px;
} */
.what-we-do-two .feature-item-two p{
    min-height: 56px;
}

/* section about */
.about-section-six .about-six-content .wrapper{
    position: relative;
    overflow: hidden;
}

/* Page about */
.about-two{
    position: relative;
}
.about-two-reverse .row{
    flex-direction: row-reverse;
}
    .about-two-reverse .about-wrap::before{
        left: 0;
        right: auto
    }
    .about-two-reverse .about-two-image{
        margin-left: auto;
    }

.pricing-section-six .features-list li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-section-six .features-list li i{
    width: 15%;
}
.pricing-section-six .features-list li span{
   width: 85%;
   text-align: left;
}
.pricing-section-six .theme-btn{
    margin-top: 20px;
}
.plan-compare-row{
    display: flex;
    align-items: center;
}
.compare-header{
    position: sticky;
    top: 100px;
    padding: 0;
    z-index: 9999;  
}
.compare-header .plan-compare-colmn:last-child{
    background-color : #b6e4d5;
}
.flex-1{
    flex:1;
}
.plan-compare-colmn-1{
    border: 1px solid #d5d2d257;
    height: 50px;
    line-height: 50px;
}
.compare-header .plan-compare-colmn-1{
    border: none;
}
.compare-header .plan-compare-colmn{
    box-shadow: -1px 1px 5px 0px #bfc3c1;
}
.plan-compare-colmn{
    width: 15%;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #d5d2d257;
}
.plan-compare-bg{
    background-color: rgb(241, 245, 248);
}
.plan-compare-bg2{
    background-color: rgb(255 251 223);
}
